home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / tmtwalk.arj / TWALK.DOC < prev    next >
Text File  |  1993-08-02  |  979b  |  24 lines

  1. twalk.doc - documentation for TWALK - Copyright 1987-1993 TDRMSoft
  2.  
  3.     TWALK executes a given command in all subdirectories.  It is useful
  4. for commands which don't have the ability to recurse into subdirectories
  5. themselves.  The copy command is a particularly good example of this.
  6. Caveat: if any directory has more than 40 subdirectories, TWALK might
  7. lose track of where it is -- printing various error messages. 
  8. Type control-break to stop it.
  9.  
  10. Usage:    twalk command
  11.  
  12. Note:  if command has spaces in it, enclose the whole in "".  See example.
  13.  
  14. Examples:
  15.         Execute DIR in all subdirectories:      twalk dir
  16.         Same, but store output in root:         twalk "dir >\dir.out"
  17.  
  18.         
  19. If you use this program regularly, please send $10.00 to:
  20.     TDRMSoft
  21.     400 Central Park West - 20R        Source code in C available for $50.00
  22.     New York, NY 10025-5858                Tom Milne
  23.     (212)-865-2719                         TMILNE@AOL.COM
  24.